From: Seiji Zenitani Date: Thu, 6 Aug 2009 00:07:12 +0000 (+0000) Subject: fix message: new multibyte format requires 23 X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11214 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c1cdcde8a52da950e3e45d62821f991624685e76;p=emacs.git fix message: new multibyte format requires 23 --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index f0edda4ee6e..196b1af0e3a 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1971,8 +1971,8 @@ and will be removed soon. See (elisp)Backquote in the manual.")) (beginning-of-line) (point))) (insert ";;; This file contains utf-8 non-ASCII characters\n" - ";;; and therefore cannot be loaded into Emacs 21 or earlier.\n") - ;; Replace "19" or "19.29" with "22", twice. + ";;; and therefore cannot be loaded into Emacs 22 or earlier.\n") + ;; Replace "19" or "19.29" with "23", twice. (re-search-forward "19\\(\\.[0-9]+\\)") (replace-match "23") (re-search-forward "19\\(\\.[0-9]+\\)")